ResourceGetProperty Method (String, String) |
Gets the property from a resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic Property GetProperty(
string address,
string propertyName
)
Public Function GetProperty (
address As String,
propertyName As String
) As Property
Parameters
- address
- Type: SystemString
The URI that identifies the resource. - propertyName
- Type: SystemString
The name of the property to retrieve. Property namespace is "DAV:"
Return Value
Type:
PropertyThe requested property.
See Also